home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Texteditors
/
Write
/
Module
/
AREXX.MENU
next >
Wrap
Text File
|
1996-09-26
|
265b
|
19 lines
/*
* $VER: AREXX.MENU 4.0085 (24-Jun-95)
*/
VERSIONCHECK 40000 "AREXX.MENU"
MENU "ARexx"
ITEM "Führe Rexx aus ..." ""
GETFILE "REXX:" "#?.(rexx|wrx)"
DOREXX _RS "" {@ASYNC};
ITEMBAR
ITEM "Ändere Konfig." ""
DOREXX "NewConfig.wrx" "CON:" {@ASYNC};